background shorthand code

51

background: [background-image] [background-position] / [background-size] [background-repeat] [background-attachment] [background-origin] [background-clip] [background-color];
body {
  background: url(photo.jpg) left top no-repeat #000;
}

Comments

Submit
0 Comments